home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0527.dms / q0527.adf / .EDRC.FLOPPY next >
Text File  |  1991-02-02  |  3KB  |  82 lines

  1.  
  2. #   DME init file
  3.  
  4. ignorecase on
  5. savetabs on
  6. map help    (newwindow newfile DCC3:MAN/DME.DOC)
  7. map c-tab   (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
  8. map cs-tab  `del del del del down'
  9. map a-tab   `goto block while cb `c-tab down''
  10. map as-tab  `goto block while cb `cs-tab down''
  11. map s-f9    `saveas ram:\$filename'
  12. map a-/     (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  13. map cs-/    (escimm (findstr ) escimm (repstr ) nextr)
  14. map cs-n    (nextr)
  15. map c-m     menuon
  16. map c-right (repeat 8 tab)
  17. map c-left  (repeat 8 backtab)
  18. map s-return return
  19. map (a- )   (( ))
  20.  
  21. addpath dcc3:man
  22. addpath dcc1:doc
  23. addpath dinclude:
  24.  
  25. #   Menus
  26. #
  27. #   Note:   If menu's are off the right-mouse-button iconifies!
  28. #        Right-mouse-button always uniconifies an iconified window
  29.  
  30. menuoff
  31. menuclear
  32. menuadd Project (Insert-File  (f1))     f1
  33. menuadd Project (Open-Replace (f2))     f2
  34. menuadd Project (Open-NewWin  (f3))     f3
  35. menuadd Project (Save-Config)           saveconfig
  36. menuadd Project (Save         (f9))     f9
  37. menuadd Project (Save-As)               (escimm (saveas ))
  38. menuadd Project (Save-Quit    (f10))    f10
  39. menuadd Project (Quit         (c-q))    c-q
  40.  
  41. menuadd File    (Change-File-Name)      (escimm (chfilename ))
  42. menuadd File    (Change-Current-Dir)    (escimm (cd ))
  43.  
  44. menuadd Control (Iconify (a-i))     iconify
  45. menuadd Control Case-Sensitive        (ignorecase off)
  46. menuadd Control Case-InSensitive    (ignorecase on)
  47. menuadd Control Save-Uses-Tabs        (savetabs on)
  48. menuadd Control Save-Uses-Spaces    (savetabs off)
  49.  
  50. menuadd Mode    (Insert    (c-i))   c-i
  51. menuadd Mode    (Overwrite (c-o))   c-o
  52. menuadd Mode    (Wordwrap  (c-w))   c-w
  53. menuadd Mode    (Wordwrap-LMargin)  (escimm (setparcol ))
  54. menuadd Mode    (Wordwrap-RMargin)  (escimm (margin ))
  55.  
  56. menuadd Find    (Quick-Ref(c-]))    c-]
  57. menuadd Find    (Find     (c-/))    c-/
  58. menuadd Find    (Next     (c-n))    c-n
  59. menuadd Find    (Prev     (c-p))    c-p
  60. menuadd Find    (Find-Rep (cs-/))   cs-/
  61. menuadd Find    (Next-Rep (cs-n))   cs-n
  62. menuadd Find    (Glob-Rep)          (repeat -1 nextr)
  63.  
  64. menuadd Block    (Set Start (c-b))   (unblock c-b)
  65. menuadd Block    (Set End   (c-b))   c-b
  66. menuadd Block    (Clear     (c-u))   c-u
  67. menuadd Block    (BCopy     (a-c))   a-c
  68. menuadd Block    (BMove     (a-m))   a-m
  69. menuadd Block    (BDelete   (a-d))   a-d
  70.  
  71. menuadd Marker    (Goto 1)    (pong 1)
  72. menuadd Marker    (Goto 2)    (pong 2)
  73. menuadd Marker    (Goto 3)    (pong 3)
  74. menuadd Marker    (Goto 4)    (pong 4)
  75. menuadd Marker    (Mark 1)    (ping 1)
  76. menuadd Marker    (Mark 2)    (ping 2)
  77. menuadd Marker    (Mark 3)    (ping 3)
  78. menuadd Marker    (Mark 4)    (ping 4)
  79.  
  80. menuon
  81.  
  82.